(py-converter): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 29 Jan 2007 11:08:09 +0000 (11:08 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 Jan 2007 11:08:09 +0000 (11:08 +0000)
lisp/international/titdic-cnv.el

index adf5e080b0458ccdd36a6957991443d9d8d8330b..c8a1155b0f34366fbb05d40807b73ebd4d3286ed 100644 (file)
@@ -910,7 +910,7 @@ method `chinese-tonepy' with which you must specify tones by digits
   (let ((pos (point)))
     (insert-buffer-substring dicbuf)
     (goto-char pos)
-    (search-forward "^[a-z]")
+    (re-search-forward "^[a-z]")
     (beginning-of-line)
     (delete-region pos (point))
     (while (not (eobp))